home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / MacFormat CD Browser / Back Issues / 00026.ls < prev    next >
Encoding:
Text File  |  1996-04-17  |  176 b   |  9 lines

  1. on initRearWindow theColor
  2.   global rwObj
  3.   if objectp(rwObj) then
  4.     rwObj(mdispose)
  5.   end if
  6.   set rwObj to RearWindow(mnew, "M")
  7.   rwObj(mIndexColorToWindow, theColor)
  8. end
  9.